object frmAppRun: TfrmAppRun Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbSuperFetch: TGroupBox Left = 16 Top = 1 Width = 605 Height = 150 Caption = 'gbSuperFetch' TabOrder = 0 object lblSuperFetch: TAxLabel Left = 24 Top = 30 Width = 550 Height = 67 WordWrap = True Transparent = True AutoSize = False Caption = 'lblSuperFetch' ShowAccelChar = True end object cbSuperFetch: TCheckBox Left = 24 Top = 110 Width = 550 Height = 17 Caption = 'cbSuperFetch' TabOrder = 0 OnClick = OnItemClick end end object gbAppCompability: TGroupBox Left = 16 Top = 164 Width = 605 Height = 170 Caption = 'gbAppCompability' TabOrder = 1 object lblAppCompability: TAxLabel Left = 24 Top = 30 Width = 550 Height = 87 WordWrap = True Transparent = True AutoSize = False Caption = 'lblAppCompability' ShowAccelChar = True end object cbAppCompability: TCheckBox Left = 24 Top = 130 Width = 550 Height = 17 Caption = 'cbAppCompability' TabOrder = 0 OnClick = OnItemClick end end end